home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Screen Parts / NoScreenPart.cp < prev    next >
Encoding:
Text File  |  1997-06-28  |  141 b   |  10 lines  |  [TEXT/CWIE]

  1. // NoScreenPart.cp
  2.  
  3. #ifndef NoScreenPart_h
  4. #include "NoScreenPart.h"
  5. #endif
  6.  
  7. void NoScreenPart::Click( const MouseDownEvent& ) const
  8.   {
  9.   }
  10.